﻿
input, label,select{
    border: none;
    cursor: pointer;
    /*border-radius: 2px;*/
    outline: none;
}

.hbt_bf {
    position: fixed;
    left: -85px;
    bottom: -15px;
    z-index: 190;
    width: 250px;
    height: 180px;
    cursor: pointer;
    display: block;
}

.hbt_bf .bg1 {
    width: 250px;
    height: 180px;
}

.hbt_af{
	width:100%;
	height:120px;
	background:url("../images2/bbg80.png");	
	position:fixed;
	left:0;
	bottom:0;
	z-index:190;
	display:none;
    
    padding-top: 20px;
    box-sizing: border-box;
}
.hbt_af .wp12{
	width:1200px;
	height:120px;
	margin:0 auto;
	position:relative;
	z-index:190;	
}
.hbt_af .pp{
	position:absolute;
	left:-150px;
	bottom:0;	
}

.hbt_fm {
    width: 500px;
    float: left;
    transform: translateY(-10px);
}

.hbt_af .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 10px;
    background: url(../images2/ico_close.png) no-repeat center center;
    cursor: pointer;
}

.lttext{
    float: left;
    text-align: right;
    line-height: 1.2;
}

.lttext>em{
    font-size:30px;color:#f7de0a;
}

.lttext>em:nth-child(2){
    font-size:20px;margin-left:110px;
}

.hbt_fm{
    height: 100px;

    display: -webkit-flex;
    -webkit-justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -webkit-align-items:center;

    display: -o-flex;
    -o-justify-content: space-around;
    -o-flex-wrap: wrap;
    -o-align-items:center;

    display: -ms-flex;
    -ms-justify-content: space-around;
    -ms-flex-wrap: wrap;
    -ms-align-items:center;

    display: -moz-flex;
    -moz-justify-content: space-around;
    -moz-flex-wrap: wrap;
    -moz-align-items:center;

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items:center;
}

.hbt_fm>input{
    width: 220px;
    height: 35px;
    text-indent: 2em;
}

.hbt_fm>input::-webkit-input-placeholder{
    color: #000;
}

.hbt_fm>input[type='button']{
    text-align: center;
    text-indent: 0;
    background: #f40;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    user-select: none;
    border:none;
    -webkit-user-select:none;
    transform: translate3d(0,0,0);
    perspective: 100px;
    animation: but 2s linear 3s infinite alternate;
}

@keyframes but{

    0%{
        transform: rotate(-10deg);
    }
    
    25%{
        transform: rotate(10deg);
    }

    50%{
        transform: rotate(0deg);
    }

    75%{
        transform: rotateX(360deg);
    }

    90%{transform: rotateX(0deg);}

    100%{
        transform: translateY(200px);
    }
    
}

.hbt_fm>select{
    width: 220px;
    height: 35px;
    text-indent: 2em;
}

.ltimg{
    width: 380px;
    float: left;
}

em{
	font-style:initial;
}

input.text::-webkit-input-placeholder{
    color: #000;
}
